home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / qlib205.zip / INSTALL.TXT < prev    next >
Text File  |  1997-05-28  |  2KB  |  47 lines

  1. To install QLIB you need to do the following:
  2.  
  3. QLIB installation:
  4.   Unzip the QLIB.ZIP file that is with this TXT file into a new directory
  5.   such as C:\QLIB.
  6.   Make sure to use the -d option (very important), it might look something
  7.   like this:
  8.     C:
  9.     CD \
  10.     MD QLIB
  11.     CD QLIB
  12.     PKUNZIP C:\TEMP\QLIB.ZIP -d
  13.   Then copy PMODE/W v1.31+ into the \bin directory:
  14.     COPY PM*.* C:\QLIB\BIN
  15.   You can get PMODE/W from my homepage or on the PMODE/W homepage, see the
  16.   "links" section or the "files" page on my homepage.  The current version
  17.   as of this writing is v1.33.
  18.  
  19. Watcom LNK info:
  20.   PMODE/W's and WDOSX's LNK info is placed into QLIB's LNK file.  So this
  21.   info is no longer needed in your Watcom .LNK file (as it use to be).  Note
  22.   that if it is in your Watcom .LNK file you will get a warning which you
  23.   can ignore.
  24.  
  25. WDOSX installation:
  26.   Since WLINK needs the EXE from WDOSX you will have to do the following
  27.   once you get WDOSX.
  28.   1) Extract the EXE out of STUBIT.EXE
  29.     stubit -extract
  30.   2) Copy WDOSXLE.EXE into QLIB's BIN directory.
  31.  
  32. Notes:
  33.   The file NEWVARS.BAT will be extracted from QLIB.ZIP.
  34.   Edit it first to make sure the first SET points to your installation dir.
  35.   Then run this file each time you use QLIB or add it to your AUTOEXEC.BAT
  36.   file.
  37.  
  38.   Make sure your path also points to all your compilers.
  39.  
  40.   Make sure to read all the TXT files in the \txt directory within QLIB for
  41.   lots of help.  There is also a lot of examples in the \test dir if you need
  42.   more help.
  43.  
  44. Email : subdeath@globalserve.net
  45. URL : http://www.globalserve.net/~subdeath
  46.  
  47.